.sPrev {
    display: block;
    float: left;
    width: 20px;
    height: 158px;
    background: url(./2023_index_l.png) no-repeat -10px 60px;
    z-index: 9999;
    position: absolute;
    left: 0;
}

.sNext {
    display: block;
    float: right;
    width: 20px;
    height: 158px;
    background: url(./2023_index_r.png) no-repeat -10px 60px;
    z-index: 9999;
    position: absolute;
    right: 0;
}

.parBd {
    position: relative;
    height: 170px;
    padding-right: 20px;
}

.parBd .swiper-wrapper {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    padding-right: 20px;
}

.parBd .swiper-wrapper .title {
    width: 215px;
    text-align: center;
    padding-top: 4px;
}

.main_seven .common_tab_1 {
    margin-top: 10px;
    width: 100%;
    height: 46px;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
    position: relative;
}

.main_seven .common_tab_1 li {
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    margin-right: 20px;
    float: left;
}

.main_seven .common_tab_1 li.selected {
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #AD0000;
    border-bottom: 3px solid #AD0000;
}


.main_seven .common_tab_1 a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 40px;
    position: absolute;
    right: 0;
    font-weight: normal;
}

.main_seven .common_tab_1 a:hover {
    color: #AD0000;
}